JMCloseSession
Ends a Java runtime session and removes the allocatedJMSessionRef
object.
OSStatus JMCloseSession (JMSessionRef session);
session
- The session to be removed.
DISCUSSION
A successful call toJMCloseSession
also frees any resources allocated by JManager. However, any resources that you explicitly allocated on behalf of JManager must be explicitly deallocated.SEE ALSO
TheJMOpenSession
function (page 21).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help